home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Games of Daze
/
Infomagic - Games of Daze (Summer 1995) (Disc 1 of 2).iso
/
x2ftp
/
msdos
/
lang
/
rcs567pc
/
rcsfront
/
cii.c
next >
Wrap
C/C++ Source or Header
|
1994-01-02
|
131b
|
8 lines
#include <stdlib.h>
#include <process.h>
int main(int argc, char const *argv[])
{
return spawnvp(P_WAIT, "coo", argv);
}